'宣言 Public Overloads Sub SaveAsIco( _ ByVal path As System.String, _ Optional ByVal clipRect As System.Nullable(Of Rectangle), _ Optional ByVal encoding As IcoFrameEncoding _ )
public void SaveAsIco( System.string path, System.Nullable<Rectangle> clipRect, IcoFrameEncoding encoding )
パラメータ
- path
- The output file path.
- clipRect
- Clipping rectangle of the image to be saved.
- encoding
- Encoding of the frame image.